home *** CD-ROM | disk | FTP | other *** search
/ comtecelectrical.ca / www.comtecelectrical.ca.tar / www.comtecelectrical.ca / infobots / Backup / MSOCache / All Users / 90000409-6000-11D3-8CFE-0150048383C9 / L2561412.CAB / F991_uspdat10.xml.B06CDA9A_77FD_4E8C_A601_07525A7F758E < prev    next >
Text File  |  2001-01-23  |  14KB  |  308 lines

  1. <ConceptualSchema xmlns="urn:schemas-microsoft-com:isg\metaschemas\isg"
  2. xmlns:ol="urn:schemas-microsoft-com:isg\schemas\outlook">
  3.     <MetaData xml:lang="en-US">
  4.          <SQLInfo>
  5.             <EntityType type="ol:AppointmentItem">
  6.                 <TypeToSelectCols>
  7.                     <RelationType type="ol:HasSubject"/>
  8.                     <RelationType type="ol:HasLocation"/>
  9.                     <RelationType type="ol:HasOrganizer"/>
  10.                 </TypeToSelectCols>
  11.                 <TypeToScope>
  12.                     <Scope context="Calendar" level="DEEP"/>
  13.                 </TypeToScope>
  14.                 <TypeToRestriction>
  15.                     <Match op="like">
  16.                         <RelationType type="ol:HasMessageClass"/>
  17.                         <String>IPM.Appointment%</String>
  18.                     </Match>
  19.                 </TypeToRestriction>
  20.             </EntityType>
  21.             <EntityType type="ol:ContactItem">
  22.                 <TypeToSelectCols>
  23.                     <RelationType type="ol:HasFullName"/>
  24.                 </TypeToSelectCols>
  25.                 <TypeToScope>
  26.                     <Scope context="Contacts" level="DEEP"/>
  27.                 </TypeToScope>
  28.                 <TypeToRestriction>
  29.                     <Match op="like">
  30.                         <RelationType type="ol:HasMessageClass"/>
  31.                         <String>IPM.Contact%</String>
  32.                     </Match>
  33.                 </TypeToRestriction>
  34.             </EntityType>
  35.             <EntityType type="ol:DistListItem">
  36.                 <TypeToScope>
  37.                     <Scope context="Contacts" level="DEEP"/>
  38.                 </TypeToScope>
  39.                 <TypeToRestriction>
  40.                     <Match op="like">
  41.                         <RelationType type="ol:HasMessageClass"/>
  42.                         <String>IPM.DistList%</String>
  43.                     </Match>
  44.                 </TypeToRestriction>
  45.             </EntityType>
  46.             <EntityType type="ol:DocumentItem">
  47.                 <TypeToSelectCols>
  48.                     <RelationType type="ol:HasSubject"/>
  49.                 </TypeToSelectCols>
  50.                 <TypeToScope>
  51.                     <Scope context="Journal" level="DEEP"/>
  52.                 </TypeToScope>
  53.                 <TypeToRestriction>
  54.                     <Match op="like">
  55.                         <RelationType type="ol:HasMessageClass"/>
  56.                         <String>IPM.Document%</String>
  57.                     </Match>
  58.                 </TypeToRestriction>
  59.             </EntityType>
  60.             <EntityType type="ol:Item">
  61.                 <TypeToSelectCols>
  62.                     <RelationType type="ol:HasSubject"/>
  63.                 </TypeToSelectCols>
  64.                 <TypeToRestriction>
  65.                     <Match op="null"/>
  66.                 </TypeToRestriction>
  67.             </EntityType>
  68.             <EntityType type="ol:JournalItem">
  69.                 <TypeToSelectCols>
  70.                     <RelationType type="ol:HasSubject"/>
  71.                 </TypeToSelectCols>
  72.                 <TypeToScope>
  73.                     <Scope context="Journal" level="DEEP"/>
  74.                 </TypeToScope>
  75.                 <TypeToRestriction>
  76.                     <Match op="like">
  77.                         <RelationType type="ol:HasMessageClass"/>
  78.                         <String>IPM.Activity%</String>
  79.                     </Match>
  80.                 </TypeToRestriction>
  81.             </EntityType>
  82.             <EntityType type="ol:LimitedItem">
  83.                 <TypeToSelectCols>
  84.                     <RelationType type="ol:HasSubject"/>
  85.                 </TypeToSelectCols>
  86.                 <TypeToRestriction>
  87.                     <Match op="null"/>
  88.                 </TypeToRestriction>
  89.             </EntityType>
  90.             <EntityType type="ol:MAPIFolder">
  91.                 <TypeToSelectCols>
  92.                     <RelationType type="ol:HasName"/>
  93.                 </TypeToSelectCols>
  94.             </EntityType>
  95.             <EntityType type="ol:MailItem">
  96.                 <TypeToSelectCols>
  97.                     <RelationType type="ol:HasSubject"/>
  98.                     <RelationType type="ol:HasSenderName"/>
  99.                     <RelationType type="ol:HasReceivedTime"/>
  100.                 </TypeToSelectCols>
  101.                 <TypeToRestriction>
  102.                     <Match op="like">
  103.                         <RelationType type="ol:HasMessageClass"/>
  104.                         <String>IPM.Note%</String>
  105.                     </Match>
  106.                 </TypeToRestriction>
  107.             </EntityType>
  108.             <EntityType type="ol:MailOrMeetingItem">
  109.                 <TypeToSelectCols>
  110.                     <RelationType type="ol:HasSubject"/>
  111.                     <RelationType type="ol:HasSenderName"/>
  112.                 </TypeToSelectCols>
  113.                 <TypeToRestriction>
  114.                     <Connective op="or">
  115.                         <Match op="like">
  116.                             <RelationType type="ol:HasMessageClass"/>
  117.                             <String>IPM.Note%</String>
  118.                         </Match>
  119.                         <Match op="like">
  120.                             <RelationType type="ol:HasMessageClass"/>
  121.                             <String>IPM.Schedule.Meeting%</String>
  122.                         </Match>
  123.                     </Connective>
  124.                 </TypeToRestriction>
  125.             </EntityType>
  126.             <EntityType type="ol:MailOrMeetingOrPostItem">
  127.                 <TypeToSelectCols>
  128.                     <RelationType type="ol:HasSubject"/>
  129.                     <RelationType type="ol:HasSenderName"/>
  130.                 </TypeToSelectCols>
  131.                 <TypeToRestriction>
  132.                     <Connective op="or">
  133.                         <Match op="like">
  134.                             <RelationType type="ol:HasMessageClass"/>
  135.                             <String>IPM.Note%</String>
  136.                         </Match>
  137.                         <Match op="like">
  138.                             <RelationType type="ol:HasMessageClass"/>
  139.                             <String>IPM.Schedule.Meeting%</String>
  140.                         </Match>
  141.                         <Match op="like">
  142.                             <RelationType type="ol:HasMessageClass"/>
  143.                             <String>IPM.Post%</String>
  144.                         </Match>
  145.                     </Connective>
  146.                 </TypeToRestriction>
  147.             </EntityType>
  148.             <EntityType type="ol:MeetingItem">
  149.                 <TypeToSelectCols>
  150.                     <RelationType type="ol:HasSubject"/>
  151.                     <RelationType type="ol:HasSenderName"/>
  152.                     <RelationType type="ol:HasReceivedTime"/>
  153.                 </TypeToSelectCols>
  154.                 <TypeToScope>
  155.                     <Scope context="Inbox" level="SHALLOW"/>
  156.                     <Scope context="Outbox" level="SHALLOW"/>
  157.                     <Scope context="Sent Items" level="SHALLOW"/>
  158.                 </TypeToScope>
  159.                 <TypeToRestriction>
  160.                     <Match op="like">
  161.                         <RelationType type="ol:HasMessageClass"/>
  162.                         <String>IPM.Schedule.Meeting%</String>
  163.                     </Match>
  164.                 </TypeToRestriction>
  165.             </EntityType>
  166.             <EntityType type="ol:NoteItem">
  167.                 <TypeToSelectCols>
  168.                     <RelationType type="ol:HasSubject"/>
  169.                 </TypeToSelectCols>
  170.                 <TypeToScope>
  171.                     <Scope context="Notes" level="DEEP"/>
  172.                 </TypeToScope>
  173.                 <TypeToRestriction>
  174.                     <Match op="like">
  175.                         <RelationType type="ol:HasMessageClass"/>
  176.                         <String>IPM.StickyNote%</String>
  177.                     </Match>
  178.                 </TypeToRestriction>
  179.             </EntityType>
  180.             <EntityType type="ol:PostItem">
  181.                 <TypeToSelectCols>
  182.                     <RelationType type="ol:HasSubject"/>
  183.                     <RelationType type="ol:HasSenderName"/>
  184.                 </TypeToSelectCols>
  185.                 <TypeToScope>
  186.                     <Scope context="Inbox" level="DEEP"/>
  187.                 </TypeToScope>
  188.                 <TypeToRestriction>
  189.                     <Match op="like">
  190.                         <RelationType type="ol:HasMessageClass"/>
  191.                         <String>IPM.Post%</String>
  192.                     </Match>
  193.                 </TypeToRestriction>
  194.             </EntityType>
  195.             <EntityType type="ol:Recipient">
  196.                 <TypeToSelectCols>
  197.                     <RelationType type="ol:HasName"/>
  198.                 </TypeToSelectCols>
  199.             </EntityType>
  200.             <EntityType type="ol:RemoteItem">
  201.                 <TypeToSelectCols>
  202.                     <RelationType type="ol:HasSubject"/>
  203.                 </TypeToSelectCols>
  204.                 <TypeToRestriction>
  205.                     <Match op="like">
  206.                         <RelationType type="ol:HasMessageClass"/>
  207.                         <String>IPM.Remote%</String>
  208.                     </Match>
  209.                 </TypeToRestriction>
  210.             </EntityType>
  211.             <EntityType type="ol:ReportItem">
  212.                 <TypeToSelectCols>
  213.                     <RelationType type="ol:HasSubject"/>
  214.                 </TypeToSelectCols>
  215.                 <TypeToRestriction>
  216.                     <Match op="like">
  217.                         <RelationType type="ol:HasMessageClass"/>
  218.                         <String>Report.IPM%</String>
  219.                     </Match>
  220.                 </TypeToRestriction>
  221.             </EntityType>
  222.             <EntityType type="ol:TaskItem">
  223.                 <TypeToSelectCols>
  224.                     <RelationType type="ol:HasSubject"/>
  225.                 </TypeToSelectCols>
  226.                 <TypeToScope>
  227.                     <Scope context="Tasks" level="DEEP"/>
  228.                 </TypeToScope>
  229.                 <TypeToRestriction>
  230.                     <Match op="like">
  231.                         <RelationType type="ol:HasMessageClass"/>
  232.                         <String>IPM.Task%</String>
  233.                     </Match>
  234.                 </TypeToRestriction>
  235.             </EntityType>
  236.             <EntityType type="ol:TaskRequestAcceptItem">
  237.                 <TypeToSelectCols>
  238.                     <RelationType type="ol:HasSubject"/>
  239.                 </TypeToSelectCols>
  240.                 <TypeToScope>
  241.                     <Scope context="Tasks" level="DEEP"/>
  242.                     <Scope context="Inbox" level="SHALLOW"/>
  243.                 </TypeToScope>
  244.                 <TypeToRestriction>
  245.                     <Match op="like">
  246.                         <RelationType type="ol:HasMessageClass"/>
  247.                         <String> IPM.TaskRequest.Accept%</String>
  248.                     </Match>
  249.                 </TypeToRestriction>
  250.             </EntityType>
  251.             <EntityType type="ol:TaskRequestDeclineItem">
  252.                 <TypeToSelectCols>
  253.                     <RelationType type="ol:HasSubject"/>
  254.                 </TypeToSelectCols>
  255.                 <TypeToScope>
  256.                     <Scope context="Tasks" level="DEEP"/>
  257.                     <Scope context="Inbox" level="SHALLOW"/>
  258.                 </TypeToScope>
  259.                 <TypeToRestriction>
  260.                     <Match op="like">
  261.                         <RelationType type="ol:HasMessageClass"/>
  262.                         <String> IPM.TaskRequest.Decline%</String>
  263.                     </Match>
  264.                 </TypeToRestriction>
  265.             </EntityType>
  266.             <EntityType type="ol:TaskRequestItem">
  267.                 <TypeToSelectCols>
  268.                     <RelationType type="ol:HasSubject"/>
  269.                 </TypeToSelectCols>
  270.                 <TypeToScope>
  271.                     <Scope context="Inbox" level="SHALLOW"/>
  272.                 </TypeToScope>
  273.                 <TypeToRestriction>
  274.                     <Match op="like">
  275.                         <RelationType type="ol:HasMessageClass"/>
  276.                         <String> IPM.TaskRequest%</String>
  277.                     </Match>
  278.                 </TypeToRestriction>
  279.             </EntityType>
  280.             <EntityType type="ol:TaskRequestUpdateItem">
  281.                 <TypeToSelectCols>
  282.                     <RelationType type="ol:HasSubject"/>
  283.                 </TypeToSelectCols>
  284.                 <TypeToScope>
  285.                     <Scope context="Tasks" level="DEEP"/>
  286.                     <Scope context="Inbox" level="SHALLOW"/>
  287.                 </TypeToScope>
  288.                 <TypeToRestriction>
  289.                     <Match op="like">
  290.                         <RelationType type="ol:HasMessageClass"/>
  291.                         <String> IPM.TaskRequest.Update%</String>
  292.                     </Match>
  293.                 </TypeToRestriction>
  294.             </EntityType>
  295.             <EntityType type="ol:urn:schemas-microsoft-com:isg\schemas\outlook">
  296.                 <TypeToSelectCols>
  297.                     <RelationType type="ol:HasMessageClass"/>
  298.                     <RelationType type="ol:HasEntryID"/>
  299.                 </TypeToSelectCols>
  300.                 <TypeToScope>
  301.                     <Scope context="Inbox" level="DEEP"/>
  302.                     <Scope context="Outbox" level="DEEP"/>
  303.                     <Scope context="Sent Items" level="DEEP"/>
  304.                 </TypeToScope>
  305.             </EntityType>
  306.         </SQLInfo>
  307.     </MetaData>
  308. </ConceptualSchema>